set myList to "Ratchet,Mad Jack Boweled,Linda Loveless,Latextra,Justice,Hypodermia,Reverend Thunderbones,Devlin McBane,Bullet-Brain,Dr. Phobic"
set myCount to the number of items in myList
repeat with count = 1 to myCount
set thisCast to item count of myList
set the castNum of sprite 1 to the number of cast thisCast
updateStage()
end repeat
put the ticks - myStartTime
end
on TestSpeed2
global myCast
set myStartTime to the ticks
go(110)
puppetSprite(1, 1)
set myList to "Ratchet,Mad Jack Boweled,Linda Loveless,Latextra,Justice,Hypodermia,Reverend Thunderbones,Devlin McBane,Bullet-Brain,Dr. Phobic"
set myCount to the number of items in myList
repeat with count = 1 to myCount
set thisCast to getaProp(myCast, item count of myList)
set the castNum of sprite 1 to thisCast
updateStage()
end repeat
put the ticks - myStartTime
end
on ClearCursors
repeat with count = 1 to 48
set the cursor of sprite count to 0
end repeat
end
on crossCursors
repeat with count = 1 to 48
set the cursor of sprite count to 2
end repeat
end
on TestSpeed3
global testList
set myList to "Ratchet,Mad Jack Boweled,Linda Loveless,Latextra,Justice,Hypodermia,Reverend Thunderbones,Devlin McBane,Bullet-Brain,Dr. Phobic,Ratchet,Mad Jack Boweled,Linda Loveless,Latextra,Justice,Hypodermia,Reverend Thunderbones,Devlin McBane,Bullet-Brain,Dr. Phobic,Ratchet,Mad Jack Boweled,Linda Loveless,Latextra,Justice,Hypodermia,Reverend Thunderbones,Devlin McBane,Bullet-Brain,Dr. Phobic,Ratchet,Mad Jack Boweled,Linda Loveless,Latextra,Justice,Hypodermia,Reverend Thunderbones,Devlin McBane,Bullet-Brain,Dr. Phobic"